@charset "utf-8";

#TopNav {
	position:absolute;
	width:93%;
	height:3%;
	z-index:7;
	left: 3%;
	top: 1%;
	border: thin none #333;
	font-size: 90%;
	padding: 1%;
	text-align: right;
}
#Aside {
	position:absolute;
	width:21%;
	z-index:7;
	left: 3%;
	top: 27%;
	border: thin none #000;
	font-size: 90%;
	background-color: #D6D6D6;
}

#RightNav {
	position:absolute;
	width:40%;
	height:100%;
	z-index:7;
	left: 55%;
	top: 5%;
}

#Leftnav {
	position:absolute;
	width:80%;
	height:100%;
	z-index:7;
	left: 5%;
	top: 5%;
}

#Article {
	position:absolute;
	width:72%;
	z-index:6;
	left: 25%;
	top: 27%;
	border: thin none #000;
}

#Header {
	position:absolute;
	width:94%;
	height:15%;
	z-index:5;
	left: 3%;
	top: 10%;
	color: #fff;
	padding: 0%;
	/* background-color: #ed872d; orange*/
	/*background-color: #E51400; red*/
	/*border: thin none #1B5E20; green*/
	background-color: #1B5E20;
	border: thin none #1B5E20;
}

/* CSS Document */


#left {
	position:absolute;
	width:33%;
	height:100%;
	z-index:1;
	left: 0%;
	top: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#right {
	position:absolute;
	width:33%;
	height:100%;
	z-index:2;
	left: 66%;
	top: 0;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#top {
	position:absolute;
	width:100%;
	height:33%;
	z-index:3;
	left: 0;
	top: 0;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#bottom {
	position:absolute;
	width:100%;
	height:33%;
	z-index:4;
	left: 3%;
	top: 66%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.Heading2 {
	position: relative;
	color: #FFF;
	background-color: #464646;
	border: thin solid #464646;
}
.Heading3 {
	background-color: ed872d;
	border: thin solid #000;
}

.HeadingPracs {
	
	background-color: #9CCC65;
	/*border: thin solid #ed872d;*/
	border: thin solid #9CCC65;
}
body {
	font-family: Verdana, Geneva, sans-serif;
}

h5{
	text-indent: 2%;
	color: #000;
	border: thin solid #464646;

}
h2 {
	text-indent: 2%;
}
h4 {
	text-indent: 2%;
	background-color: #464646;
	color: #FFF;
	border: thin solid #464646;
	padding-top: 2%;
	padding-bottom: 2%;
}
h1 {
	text-indent: 3%;
}
.NEW {
	font-weight: bolder;
	color: #F00;
}
